home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 12557 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  723 b 

  1. Path: news.nstn.ca!news
  2. From: hfreeman@fox.nstn.ca (hfreeman)
  3. Newsgroups: comp.lang.c++
  4. Subject: Exception Overhead
  5. Date: 20 Mar 1996 16:35:24 GMT
  6. Organization: NSTN Navigator User
  7. Message-ID: <4ipc4c$nl5@news.nstn.ca>
  8. Reply-To: hfreeman@fox.nstn.ca
  9. NNTP-Posting-Host: ts2-04.brg.inforamp.net
  10. Mime-Version: 1.0
  11. X-Newsreader: WinVN 0.93.14
  12.  
  13. When my apps throw exceptions, it is in truly exceptional situations, 
  14. thus, I'm not overly concerned about performance when exceptions are 
  15. thrown, but could someone please speak to the performance hits taken when 
  16. exceptions are used but not thrown (ie. when try blocks are entered and 
  17. exited). If a try block is used in a loop, is there a serious performance 
  18. penalty.
  19.  
  20. Thanks.
  21.  
  22.